/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    z-index: 10;
    top: 0;

    width: 100%;
    height: 190px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 100px;
    }
}
.header .header-top
{
    height: 40px;

    background-color: #e6e6e6;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 30px;
    }
}
.header .header-top p
{
    font-size: 12px;
    line-height: 40px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #666;
}
@media (max-width: 1199px)
{
    .header .header-top p
    {
        line-height: 30px;
    }
}
.header .header-top .text
{
    display: inline-block;
    float: right;

    height: 40px;
}
@media (max-width: 1199px)
{
    .header .header-top .text
    {
        display: none;

        height: 30px;
    }
}
.header .header-top .text p
{
    line-height: 40px;

    display: inline-block;

    margin: 0;
    margin-left: 50px;

    color: #666;
}
@media (max-width: 1199px)
{
    .header .header-top .text p
    {
        line-height: 30px;

        margin-left: 10px;
    }
}
.header .header-top .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e668';
}
.header .header-top .text p a
{
    margin-right: 30px;
}
.header .header-top .text p a:hover
{
    text-decoration: underline;
}
.header .header-top .text p.email:before
{
    font-size: 15px;

    margin-top: 2px;

    content: '\e61a';
}
.header .header-nav
{
    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #1f325d;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        height: 70px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 70px;
    margin-top: 40px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1400px)
{
    .header .logo
    {
        height: 58px;
        margin-top: 46px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 15px;
    }
}
@media (max-width: 320px)
{
    .header .logo
    {
        height: 30px;
        margin-top: 20px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;
}
.header .nav-collapse
{
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 10px;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 14px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .header-nav .container
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        margin: 0 -20px;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 148px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 15px;
        /*padding: 0 24px;*/

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;

        color: #fff;
    }
    .header .nav .nav-list1 > li.more > a:after
    {
        font-family: 'iconfont' !important;
        font-size: 12px;

        margin-left: 8px;

        content: '\e618';

        color: #808898;
		position: absolute;
		top: 0;
		right: 0px;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: rgba(255, 255, 255, .8);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 98%;

        display: none;

        min-width: 160px;
        padding: 20px 0;

        text-align: center;
        text-align: left;

        background-color: rgba(31, 50, 93, .86);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 24px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        min-width: 200px;
        padding: 20px 0;

        text-align: left;

        background-color: rgba(255, 255, 255, .86);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 18px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 19px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .96);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #1f325d;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .language
{
    float: right;

    margin-top: 60px;
    margin-left: 60px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1400px)
{
    .header .language
    {
        margin-left: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 20px;
        margin-right: 40px;
    }
}
@media (max-width: 767px)
{
    .header .language
    {
        margin-right: 30px;
        margin-left: 14px;
    }
}
.header .language a
{
    display: block;

    width: 30px;
    height: 30px;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language a.cn
{
    background-position: -30px 0;
}
.header .find
{
    line-height: 30px;

    display: inline-block;
    float: right;

    margin-top: 60px;
    margin-left: 60px;
    padding: 0 30px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 30px;
    background-color: #f3950e;
}
@media (max-width: 1400px)
{
    .header .find
    {
        margin-left: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin-left: 0;
        padding: 0 14px;
    }
}
.header .find:hover
{
    background-color: #d78003;
}
@media (max-width: 1199px)
{
    .header .right
    {
        display: inline-block;
        float: right;

        margin-right: 0;
    }
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 9;
    bottom: 0%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
/*    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); */
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 45px;

    position: relative;

    display: block;

    width: 45px;
    height: 45px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #898989;
}
.online-wrap .online a:after
{
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 50px;

        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #051a49;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .online .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .online .icon-message:before
{
    font-family: 'iconfont' !important;
    font-size: 22px !important;

    content: '\e72e';
}
.online-wrap .online .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.online-wrap .online .icon-line:before
{
    font-family: 'iconfont' !important;

    content: '\e640';
}
.online-wrap .online .icon-messenger:before
{
    font-family: 'iconfont' !important;

    content: '\e663';
}
.online-wrap .online .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .online .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before
{
    font-family: 'iconfont' !important;
    font-size: 26px !important;

    content: '\e605';
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 44px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 6px;
    height: 6px;
    margin: 0 5px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background: none;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 80px;

    position: absolute;
    z-index: 2;
    top: 60%;
    left: 2%;

    display: none !important;

    width: 40px;
    height: 80px;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #888;
    background: none;
    background-color: rgba(31, 50, 93, .8);
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        line-height: 60px;

        left: 12%;

        display: block !important;

        width: 30px;
        height: 60px;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e601';

    color: #c7c7c7;
}
.banner .slick-arrow.slick-next
{
    right: 2%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 12%;
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '\e827';
}
.banner .slick-arrow:hover
{
    background-color: #1f325d;
}
.banner .slick-slide
{
    overflow: hidden;
}
.banner .slick-current img
{
    -webkit-animation: narrow 4s 0s ease both;
            animation: narrow 4s 0s ease both;
}
.banner:hover .slick-arrow
{
    display: block !important;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title p
{
    margin: 0;

    color: rgba(255, 255, 255, .54);
}
.title b
{
    font-size: 30px;

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 24px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-about
{
    background-color: #1f325d;
}
.box-about .about
{
    font-size: 0;

    margin-top: 40px;

    background-color: #e6e6e6;
}
.box-about .about .pic,
.box-about .about .text
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .box-about .about .pic,
    .box-about .about .text
    {
        display: block;

        width: 100%;
    }
}
.box-about .about .pic img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .box-about .about .pic img
    {
        width: 100%;
    }
}
.box-about .about .text
{
    font-size: 14px;

    padding: 0 3%;
}
@media (max-width: 991px)
{
    .box-about .about .text
    {
        padding: 30px 15px;
    }
}
.box-about .about .text .title-about b
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    color: #1f325d;
}
.box-about .about .text .title-about b:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: normal;

    margin-right: 10px;

    content: '\e63d';
}
.box-about .about .text .note
{
    margin-top: 20px;
}
.box-about .about .text p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    max-height: 150px;
    margin: 0;

    color: #1f325d;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.box-about .number
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .box-about .number
    {
        margin-top: 30px;
    }
}
.box-about .number ul
{
    font-size: 0;

    width: 100%;
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
@media (min-width: 1200px)
{
    .box-about .number ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.box-about .number ul li
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-about .number ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .box-about .number ul li
    {
        width: 50%;
    }
}
.box-about .number .item
{
    font-size: 14px;
    line-height: 1;

    position: relative;

    margin-top: 30px;
    padding-left: 60px;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-about .number .item
    {
        padding-left: 40px;
    }
}
.box-about .number .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    position: absolute;
    top: -10px;
    left: 0;

    content: '\e6b9';
}
@media (max-width: 767px)
{
    .box-about .number .item:before
    {
        font-size: 30px;

        top: 0;
    }
}
.box-about .number .item p
{
    line-height: 30px;

    margin: 0;
}
@media (max-width: 320px)
{
    .box-about .number .item p
    {
        font-size: 12px;
    }
}
.box-about .number .item p
{
    line-height: 30px;

    margin: 0;
}
.box-about .number .item b
{
    font-size: 36px;

    display: block;

    margin: 10px 0 0 0;
}
@media (max-width: 767px)
{
    .box-about .number .item b
    {
        font-size: 22px;
    }
}
.box-about .number .item-area:before
{
    content: '\e666';
}
.box-about .number .item-employees:before
{
    content: '\e661';
}
.box-about .number .item-product:before
{
    content: '\e9ff';
}
.box-about .number .item-money:before
{
    content: '\e625';
}
.box-about .number .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-product
{
    background-color: #e6e6e6;
}
.box-product .title b,
.box-product .title p
{
    color: #1f325d;
}
.box-product ul.pro-sort
{
    margin-top: 20px;

    text-align: center;
}
.box-product ul.pro-sort li
{
    display: inline-block;

    margin-top: 10px;
}
.box-product ul.pro-sort li a
{
    line-height: 46px;

    display: block;

    padding: 0 50px;

    color: #666;
}
@media (max-width: 991px)
{
    .box-product ul.pro-sort li a
    {
        line-height: 36px;

        padding: 0 30px;
    }
}
.box-product ul.pro-sort li.active a
{
    font-weight: bold;

    color: #fff;
    border-radius: 30px;
    background-color: #1f325d;
}
.box-product .list
{
    margin-top: 50px;
}
.box-product .list .slick-product
{
    margin: 0 -15px;
}
.box-product .list .slick-slide
{
    padding: 0 15px;
}
.box-product .list .item
{
    position: relative;

    display: block;

    padding: 48px 15px 0 15px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    background-color: #fff;
}
.box-product .list .item .img-box
{
    padding-bottom: 71.66666667%;
}
.box-product .list .item .note
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-product .list .item .note b
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #515151;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .list .item .note p
{
    font-size: 12px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #aba9a9;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .list .item .mask
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: 0;
}
.box-product .list .item .mask b
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .list .item .mask p
{
    font-size: 12px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #aba9a9;
    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .list .item .mask span.more
{
    font-size: 12px;
    line-height: 24px;

    display: inline-block;

    margin-top: 20px;

    color: #fff;
}
.box-product .list .item .mask span.more:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;
    float: right;

    margin-left: 10px;

    content: '\e63b';
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.box-product .list .item:hover
{
    background-color: #1f325d;
}
.box-product .list .item:hover .pic,
.box-product .list .item:hover .note
{
    opacity: 0;
}
.box-product .list .item:hover .mask
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
}
.box-product .list .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -60px;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: none;
}
@media (max-width: 1560px)
{
    .box-product .list .slick-arrow
    {
        left: 15px;
    }
}
.box-product .list .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 46px;

    display: block;

    width: 46px;
    height: 46px;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #aaa;
}
@media (max-width: 767px)
{
    .box-product .list .slick-arrow:before
    {
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.box-product .list .slick-arrow.slick-next
{
    right: -60px;
    left: auto;
}
@media (max-width: 1560px)
{
    .box-product .list .slick-arrow.slick-next
    {
        right: 15px;
    }
}
.box-product .list .slick-arrow.slick-next:before
{
    content: '\e827';
}
.box-product .list .slick-arrow:hover:before
{
    color: #fff;
    border: #1f325d;
    background: #1f325d;
}
.box-network
{
    background-color: #1f325d;
}
.box-network .pic
{
    margin-top: 30px;

    text-align: center;
}
.box-network .pic img
{
    max-width: 100%;
}
.box-network .network ul
{
    font-size: 0;
}
@media (min-width: 1200px)
{
    .box-network .network ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .box-network .network ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.box-network .network ul li
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-network .network ul li
    {
        width: 50%;
    }
}
.box-network .network ul li .item
{
    font-size: 14px;

    position: relative;

    margin-top: 30px;
    padding-left: 100px;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-network .network ul li .item
    {
        padding-left: 70px;
    }
}
.box-network .network ul li .item b
{
    line-height: 76px;

    position: absolute;
    left: 0;

    display: block;

    width: 76px;
    height: 76px;

    text-align: center;

    border-radius: 50%;
    background-color: #004c85;
}
@media (max-width: 991px)
{
    .box-network .network ul li .item b
    {
        line-height: 56px;

        width: 56px;
        height: 56px;
    }
}
.box-network .network ul li .item p
{
    line-height: 30px;

    max-width: 210px;
    padding-top: 20px;
}
@media (max-width: 991px)
{
    .box-network .network ul li .item p
    {
        padding-top: 10px;
    }
}
.box-network .network ul li .item-feizhou b
{
    background-color: #f3950e;
}
.box-network .network ul li .item-yazhou b
{
    background-color: #64a2b9;
}
.box-network .network ul li .item-meizhou b
{
    background-color: #6885b3;
}
.box-network .network ul li:hover .item b
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.box-news
{
    background-color: #e6e6e6;
}
.box-news .title b,
.box-news .title p
{
    color: #1f325d;
}
.box-news .slick-news
{
    margin: 0 -15px;
    margin-top: 30px;
}
.box-news .slick-slide
{
    padding: 0 15px;
}
.box-news .item
{
    position: relative;

    display: block;
    overflow: hidden;

    padding: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .box-news .item
    {
        padding: 10px;

        background-color: #fff;
    }
}
.box-news .item:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #1f325d;
}
.box-news .item .img-box
{
    padding-bottom: 60.97560976%;
}
.box-news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item a
{
    display: block;
}
.box-news .item b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .item p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 4px 0 0 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .item span.date
{
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    margin-top: 20px;

    color: #999;
}
@media (max-width: 991px)
{
    .box-news .item span.date
    {
        margin-top: 10px;
    }
}
.box-news .item span.date a:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: normal;

    float: right;

    content: '\e610';

    opacity: 0;
    color: #1f325d;
}
@media (min-width: 1200px)
{
    .box-news .item:hover
    {
        background-color: #fff;
    }
    .box-news .item:hover:after
    {
        width: 100%;
    }
    .box-news .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-news .item:hover b
    {
        color: #1f325d;
    }
    .box-news .item:hover span.date a:after
    {
        -webkit-animation: fadeInRight 1s 0s ease both;
                animation: fadeInRight 1s 0s ease both;
    }
}
.box-news .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -60px;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: none;
}
@media (max-width: 1560px)
{
    .box-news .slick-arrow
    {
        left: 15px;
    }
}
.box-news .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 46px;

    display: block;

    width: 46px;
    height: 46px;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #aaa;
}
@media (max-width: 767px)
{
    .box-news .slick-arrow:before
    {
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.box-news .slick-arrow.slick-next
{
    right: -60px;
    left: auto;
}
@media (max-width: 1560px)
{
    .box-news .slick-arrow.slick-next
    {
        right: 15px;
    }
}
.box-news .slick-arrow.slick-next:before
{
    content: '\e827';
}
.box-news .slick-arrow:hover:before
{
    color: #fff;
    border: #1f325d;
    background: #1f325d;
}
.footer
{
    background-color: #2d3135;
}
.footer .foot
{
    overflow: hidden;

    padding: 60px 0;

    border-bottom: 1px solid #5c5e5f;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot .foot-logo
{
    display: inline-block;
    float: left;
}
.footer .foot .foot-text
{
    display: inline-block;
    float: right;
}
.footer .foot .foot-text ul
{
    display: block;
}
.footer .foot .foot-text ul li
{
    display: inline-block;

    padding-left: 80px;
}
@media (max-width: 1350px)
{
    .footer .foot .foot-text ul li
    {
        padding-left: 40px;
    }
}
.footer .foot .foot-text ul li p
{
    font-size: 14px;
    line-height: 30px;

    position: relative;

    margin: 0;
    padding-left: 30px;

    color: #fff;
}
.footer .foot .foot-text ul li p:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    left: 0;

    content: '\e633';
}
.footer .foot .foot-text ul li p.fax:before
{
    content: '\e6e3';
}
.footer .foot .foot-text ul li p.tel:before
{
    content: '\e668';
}
.footer .foot .foot-text ul li p.email:before
{
    content: '\e61a';
}
.footer .foot .foot-text ul li p a:hover
{
    text-decoration: underline;
}
.footer .copyright
{
    padding: 22px 0;

    color: #acacac;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 0;

        text-align: center;
    }
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright .foot-nav
{
    display: inline-block;
    float: right;
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .footer .copyright .foot-nav
    {
        display: none;
    }
}
.footer .copyright .foot-nav ul
{
    margin: 0 -32px;
}
.footer .copyright .foot-nav ul li
{
    display: inline-block;
}
.footer .copyright .foot-nav ul li a
{
    line-height: 30px;

    padding: 0 32px;
}
.footer .copyright .foot-nav ul li a:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in:after
{
    display: block;

    max-width: 394px;
    height: 17px;
    margin: 0 auto;
    margin-top: 8px;

    content: '';

    background: url(../images/title-in.png) no-repeat center;
}
.title-in b
{
    font-size: 36px;
    line-height: 1;

    display: block;

    color: #1f325d;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.title-in p
{
    line-height: 2;

    margin: 12px 0 0 0;

    text-transform: uppercase;

    color: #1f325d;
}
.wrap-sidenav
{
    text-align: center;

    background-color: #1f325d;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        padding: 10px 0;
    }
}
.wrap-sidenav ul li
{
    display: inline-block;
}
.wrap-sidenav ul li:after
{
    display: inline-block;

    content: '|';
    vertical-align: middle;

    color: rgba(255, 255, 255, .39);
}
@media (max-width: 1199px)
{
    .wrap-sidenav ul li:after
    {
        display: none;
    }
}
.wrap-sidenav ul li:last-child:after
{
    display: none;
}
.wrap-sidenav ul li a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    padding: 10px 80px;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-sidenav ul li a
    {
        padding: 5px 15px;
    }
}
.wrap-sidenav ul li.active a,
.wrap-sidenav ul li:hover a
{
    font-weight: bold;
}
.inside-nav
{
    position: relative;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    background-color: #1f325d;
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    white-space: nowrap;
}
.inside-nav ul li
{
    position: relative;

    display: inline-block;

    margin-left: -2px;
}
.inside-nav ul li:after
{
    position: absolute;
    top: 20px;
    right: 0;

    display: inline-block;

    width: 2px;
    height: 20px;

    content: '';

    background-color: #fff;
}
.inside-nav ul li:last-child:after
{
    display: none;
}
.inside-nav ul li a
{
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;

    display: inline-block;

    padding: 0 70px;

    color: #fff;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .inside-nav ul li a
    {
        padding: 0 30px;
    }
}
.inside-nav ul li.active:after,
.inside-nav ul li:hover:after
{
    display: none;
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    background-color: #081c4c;
}
.wrap-about
{
    background: url(../images/about_bg.jpg) no-repeat center bottom;
}
.wrap-about .about
{
    font-size: 0;

    margin-top: 30px;
}
.wrap-about .about .left,
.wrap-about .about .right
{
    display: inline-block;
    float: none;

    vertical-align: middle;
}
.wrap-about .about .pic ul
{
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic ul
    {
        margin: 0 -5px;
    }
}
.wrap-about .about .pic ul li
{
    display: inline-block;

    width: 33.33333333%;
    padding: 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic ul li
    {
        padding: 5px;
    }
}
.wrap-about .about .pic ul li:first-child
{
    width: 100%;
}
.wrap-about .about .pic ul li .img-box
{
    padding-bottom: 49.27536232%;
}
.wrap-about .about .text
{
    padding-left: 20px;
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-about .about .text .title-about
{
    margin-bottom: 14px;
}
.wrap-about .about .text .title-about b
{
    font-size: 16px;

    display: block;

    color: #1f325d;
}
.wrap-about .about .text p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;
	text-indent: 1.5em;
    color: #1f325d;
}
.wrap-about .number
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-about .number
    {
        margin-top: 20px;
    }
}
.wrap-about .number ul
{
    font-size: 0;
}
.wrap-about .number ul li
{
    display: inline-block;

    width: 20%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-about .number ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number ul li
    {
        width: 50%;
    }
}
.wrap-about .number .item
{
    margin-top: 30px;

    text-align: center;
}
.wrap-about .number .item b
{
    display: block;

    width: 68px;
    height: 68px;
    margin: 0 auto;
    padding: 2px;

    border: 2px solid #1f325d;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-about .number .item b:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: normal;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    content: '\e6b9';

    color: #fff;
    border-radius: 50%;
    background-color: #1f325d;
}
.wrap-about .number .item p
{
    font-size: 14px;
    line-height: 30px;

    margin: 10px 0 0 0;

    color: #1f325d;
}
.wrap-about .number .item p span
{
    font-size: 20px;
}
.wrap-about .number .item p span i
{
    font-weight: bold;
    font-style: normal;
}
.wrap-about .number .item-area b:before
{
    content: '\e666';
}
.wrap-about .number .item-employees b:before
{
    content: '\e661';
}
.wrap-about .number .item-product b:before
{
    content: '\e9ff';
}
.wrap-about .number .item-money b:before
{
    content: '\e644';
}
.wrap-about .number .item:hover b
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.wrap-honor
{
    background-color: #e9e9e9;
}
.wrap-honor .honor
{
    margin-top: 20px;
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 66.6666667%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item p
{
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 20px 0 0 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #1f325d;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-culture
{
    background: url(../images/culture_bg.jpg) no-repeat center bottom;
}
.wrap-culture .title-culture b
{
    font-size: 16px;
    line-height: 30px;

    color: #1f325d;
}
.wrap-culture .title-culture b:before
{
    display: inline-block;

    width: 18px;
    height: 14px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/arrow-1.png) no-repeat;
}
.wrap-culture .culture
{
    font-size: 0;

    margin-top: 20px;
}
.wrap-culture .culture .text
{
    font-size: 14px;

    display: inline-block;

    width: 48%;
    margin-top: 30px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .text
    {
        width: 100%;
    }
}
.wrap-culture .culture .text .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #1f325d;
}
.wrap-culture .culture .pic
{
    display: inline-block;

    width: 52%;
    margin-top: 30px;
    padding-left: 6%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .pic
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-culture .culture .pic img
{
    max-width: 100%;
}
.wrap-culture .concept
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-culture .concept
    {
        margin-top: 50px;
    }
}
.wrap-culture .concept ul.list
{
    font-size: 0;

    padding-left: 40px;
}
@media (max-width: 1199px)
{
    .wrap-culture .concept ul.list
    {
        padding-left: 0;
    }
}
.wrap-culture .concept ul.list li
{
    display: inline-block;

    width: 50%;
    margin-top: 30px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-culture .concept ul.list li
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-culture .concept ul.list li:nth-child(3),
.wrap-culture .concept ul.list li:nth-child(4)
{
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .wrap-culture .concept ul.list li:nth-child(3),
    .wrap-culture .concept ul.list li:nth-child(4)
    {
        padding-left: 0;
    }
}
.wrap-culture .concept ul.list li .item
{
    font-size: 14px;

    position: relative;

    min-height: 68px;
    padding-left: 90px;
}
.wrap-culture .concept ul.list li .item b
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 68px;
    height: 68px;
    margin: 0 auto;
    padding: 2px;

    text-align: center;

    border: 2px solid #1f325d;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-culture .concept ul.list li .item b:before
{
    font-family: 'iconfont' !important;
    font-size: 38px;
    font-weight: normal;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    content: '\e6cf';

    color: #fff;
    border-radius: 50%;
    background-color: #1f325d;
}
.wrap-culture .concept ul.list li .item p
{
    /*font-size: 14px;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
    padding-top: 15px;

    color: #1f325d;
}
.wrap-culture .concept ul.list li .item p span
{
    /*font-size: 16px;*/
}
.wrap-culture .concept ul.list li .item-jyln b:before
{
    font-size: 30px;

    content: '\e642';
}
.wrap-culture .concept ul.list li .item-zlmb b:before
{
    content: '\e641';
}
.wrap-culture .concept ul.list li .item-zyjk b:before
{
    content: '\e64a';
}
.wrap-culture .concept ul.list li .item-qywh b:before
{
    content: '\e651';
}
.wrap-culture .concept ul.list li .item-hjfz b:before
{
    content: '\e649';
}
.wrap-network .network
{
    margin-top: 50px;
}
.wrap-network .network img
{
    max-width: 100%;
}
.wrap-network .network p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-news
{
    background: url(../images/news_bg.jpg) no-repeat bottom center;
}
.wrap-news .news
{
    margin-top: 20px;
}
.wrap-news .news .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;
    padding: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        padding: 10px;

        background-color: #fff;
    }
}
.wrap-news .news .item:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #1f325d;
}
.wrap-news .news .item .img-box
{
    padding-bottom: 60.97560976%;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item a
{
    display: block;
}
.wrap-news .news .item b
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 4px 0 0 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item span.date
{
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    margin-top: 20px;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-news .news .item span.date
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item span.date a:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: normal;

    float: right;

    content: '\e610';

    opacity: 0;
    color: #1f325d;
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover
    {
        background-color: #fff;
    }
    .wrap-news .news .item:hover:after
    {
        width: 100%;
    }
    .wrap-news .news .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-news .news .item:hover b
    {
        color: #1f325d;
    }
    .wrap-news .news .item:hover span.date a:after
    {
        -webkit-animation: fadeInRight 1s 0s ease both;
                animation: fadeInRight 1s 0s ease both;
    }
}
.wrap-news-show .title-news
{
    text-align: center;
}
.wrap-news-show .title-news h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0 0 10px 0;

    color: #1f325d;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news span.date
{
    font-size: 12px;
    line-height: 2;

    display: block;

    margin: 10px 0 0 0;

    color: rgba(31, 50, 93, .8);
}
.wrap-news-show .news-show
{
	max-width: 1100px;
	margin: 0 auto;
    margin-top: 20px;
}
.wrap-news-show .news-show p
{
    line-height: 2.14285714;

    margin: 0;

    color: #1f325d;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
}
.wrap-news-show .news-relate
{
	max-width: 1100px;
	margin: 0 auto;
    margin-top: 20px;
}
.wrap-news-show .news-relate a
{
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: rgba(31, 50, 93, .7);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate a:hover
{
    text-decoration: underline;

    color: #1f325d;
}
.wrap-product .product
{
    margin-top: -30px;
}
.wrap-product .product .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;

    background-color: #e8eaee;
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        margin-top: 16px;
    }
}
.wrap-product .product .item .img-box
{
    padding-bottom: 71.66666667%;
}
.wrap-product .product .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;
    padding: 0 50px 0 30px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    background-color: #1f325d;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item p
    {
        font-size: 14px;

        padding: 0 30px 0 10px;
    }
}
.wrap-product .product .item p:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 0;
    right: 30px;

    content: '\e827';
}
@media (max-width: 991px)
{
    .wrap-product .product .item p:after
    {
        right: 10px;
    }
}
.wrap-product .product .item .maskbg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 14px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(103%);
        -ms-transform: translateY(103%);
            transform: translateY(103%);

    background-color: rgba(31, 50, 93, .5);
}
.wrap-product .product .item .maskbg .mask
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.wrap-product .product .item .maskbg .mask b
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item .maskbg .mask span
{
    line-height: 30px;

    display: block;

    margin-top: 20px;
}
.wrap-product .product .item .maskbg .mask span:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e827';
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover p
    {
        -webkit-transform: translateY(98%);
            -ms-transform: translateY(98%);
                transform: translateY(98%);
    }
    .wrap-product .product .item:hover .maskbg
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;

    padding: 10px;
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 71.66666667%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    background-color: #eff4ff;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -7px;
    margin-top: 10px;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        padding: 0 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 7px;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;

    border: 1px solid #d3d0d0;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #1f325d;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

    height: 100%;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;

    background: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    content: '\e827';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #c7c7c7;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 0;
    left: auto;

    text-align: right;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    float: right;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #1f325d;
}
.wrap-product-show .carousel-wrap .info-box
{
    padding-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;

    color: #1f325d;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    padding-top: 30px;
    padding-bottom: 50px;

    border-bottom: 1px solid #dedede;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    color: #1f325d;
}
.wrap-product-show .carousel-wrap .info-box .text p span
{
    font-size: 16px;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn
{
    margin-top: 50px;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a.btn-inquiry
{
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    border-radius: 6px;
    background-color: #1f325d;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a.btn-inquiry:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    content: '\e6b4';
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a.btn-inquiry:hover
{
    background-color: #051a49;
}
.wrap-product-show .carousel-wrap .info-box .prev-next
{
    display: inline-block;
    float: right;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;

    display: inline-block;

    width: 38px;
    height: 38px;
    margin-left: 10px;

    text-align: center;

    border: 2px solid #1f325d;
    border-radius: 50%;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:after
{
    font-family: 'iconfont' !important;

    content: '\e827';
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.prev:after
{
    content: '\e601';
}
.wrap-product-show .title-parameter b,
.wrap-product-show .title-inquiry b
{
    font-size: 24px;

    display: block;

    color: #1f325d;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-parameter b,
    .wrap-product-show .title-inquiry b
    {
        font-size: 20px;
    }
}
.wrap-product-show .parameter
{
    padding-top: 60px;
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
.wrap-product-show .parameter p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;
}
.wrap-product-show .parameter img
{
    max-width: 100%;
}
.wrap-product-show .inquiry
{
    padding-top: 60px;
}
.wrap-product-show .inquiry form
{
    max-width: 1060px;
    margin-top: 10px;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea
{
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    margin-top: 20px;
    padding: 15px 20px;

    border: 1px solid #1f325d;
    border-radius: 6px;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea
    {
        min-height: 50px;
        padding: 10px 15px;
    }
}
.wrap-product-show .inquiry .read input
{
    border: none;
    background-color: #b4bdd2;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder
{
    color: #05246b;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder
{
    color: #05246b;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder
{
    color: #05246b;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder
{
    color: #05246b;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder
{
    color: #05246b;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder
{
    color: #05246b;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder
{
    color: #05246b;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder
{
    color: #05246b;
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder
{
    color: #5d6e94;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder
{
    color: #5d6e94;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder
{
    color: #5d6e94;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder
{
    color: #5d6e94;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .submit
{
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;

    height: 40px;
    margin-top: 20px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 5px;
    outline: none;
    background-color: #1f325d;
}
.wrap-product-show .inquiry .submit:before
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    margin-right: 14px;

    content: '\e64c';
}
.wrap-product-show .inquiry .submit:hover
{
    background-color: #051a49;
}
.wrap-product-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    min-width: 700px;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
@media(max-width: 991px){
    .wrap-product-show table{
        width: 100%;
        min-width: auto;
    }
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show table td
{
    padding: 8px 20px !important;

    border: 1px solid #dcdcdc !important;
    /* background-color: #dcdcdc; */
}
.wrap-product-show table tr:nth-child(2n+1)
{
    background-color: #b4bdd2;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-contact
{
    background: url(../images/contact_bg.jpg) no-repeat bottom center;
}
.wrap-contact .contact
{
    margin-top: 30px;
}
.wrap-contact .contact ul
{
    font-size: 0;

    margin: 0 -15px;

    text-align: center;
}
.wrap-contact .contact ul li
{
    display: inline-block;

    width: 25%;
    margin-top: 30px;
    padding: 0 15px;

    vertical-align: top;
}
@media(max-width: 1350px){
	.wrap-contact .contact ul li{
		width: 32%;
	}
}

@media (max-width: 1199px)
{
    .wrap-contact .contact ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact ul li
    {
        width: 100%;
    }
}
.wrap-contact .contact ul li .item
{
    font-size: 14px;

    padding: 50px 10% 20px 10%;

    color: #1f325d;
    background-color: #eef0ef;
}
@media (max-width: 991px)
{
    .wrap-contact .contact ul li .item
    {
        padding: 30px 15px;
    }
}
.wrap-contact .contact ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 50px;

    content: '\e724';
}
.wrap-contact .contact ul li .item b
{
    font-size: 15px;

    display: block;

    margin: 14px 0;

    text-align: center;
}
.wrap-contact .contact ul li .item p
{
    font-size: 13px;
    line-height: 1.83333333;

    margin: 0;

    text-align: left;
}
.wrap-contact .contact ul li .item a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact ul li .item-tel:before
{
    content: '\e64b';
}
.wrap-contact .contact ul li .item-email:before
{
    content: '\e99b';
}
.wrap-contact .message
{
    padding-top: 70px;
}
@media (max-width: 767px)
{
    .wrap-contact .message
    {
        padding-top: 50px;
    }
}
.wrap-contact .message .title-contact b
{
    font-size: 16px;
    line-height: 1;

    display: block;

    color: #1f325d;
}
.wrap-contact .message .title-contact p
{
    line-height: 1.71428571;

    margin: 14px 0 0 0;

    color: #5d6e94;
}
.wrap-contact .message form
{
    overflow: hidden;

    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-contact .message form
    {
        margin-bottom: 40px;
    }
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    line-height: 25px;

    width: 100%;
    min-height: 45px;
    margin-top: 16px;
    padding: 10px;

    border: 1px solid #5d6e94;
    border-radius: 5px;
    background: none;
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #5d6e94;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #5d6e94;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #5d6e94;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #5d6e94;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form .submit
{
    font-weight: bold;
    line-height: 40px;

    margin-top: 20px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 4px;
    background-color: #1f325d;
}
.wrap-contact .message form .submit:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e64c';
}
.wrap-contact .message form .submit:hover
{
    background-color: #051a49;
}
.wrap-contact .dituContent
{
    height: 350px;
    margin-top: 30px;
}
.page
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 50px;
    }
}
.page li
{
    display: inline-block;

    vertical-align: top;
}
.page li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;

    width: 38px;
    height: 38px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
    border-radius: 4px;
    background-color: #d1d1d1;
}
.page li a
{
    display: block;
}
.page li.prev a:before,
.page li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e9b5';
}
.page li.next a:before
{
    content: '\e72f';
}
.page li.active a,
.page li:hover a
{
    color: #fff;
    border-color: #1f325d;
    background-color: #1f325d;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.BMapLabel
{
    max-width: none;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 90px !important;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, .15);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
.stuck .logo
{
    height: 60px;
    margin-top: 15px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .stuck .logo
    {
        height: 40px;
        margin-top: 15px;
    }
}
@media (max-width: 320px)
{
    .stuck .logo
    {
        height: 30px;
        margin-top: 20px;
    }
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 90px;
}
.stuck .find,
.stuck .language
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .stuck .find,
    .stuck .language
    {
        margin-top: 20px;
    }
}





.online-close{
    line-height: 45px;
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    display: block;
    background-color: #ffffff;
    text-align: center;cursor:pointer;
}

.online-close::before{
    font-family: 'iconfont' !important;
    font-size: 22px !important;
    content: '\e628';
    display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}
.wrap-speech{
	background: url(../images/about_bg.jpg) no-repeat center bottom;
}
.wrap-speech .speech
{
	max-width: 960px;
	margin: 0 auto;
    margin-top: 30px;

    color: #1f325d;
}
.wrap-speech .speech:before
{
    display: block;

    width: 25px;
    height: 25px;
    margin-bottom: 30px;

    content: '';

    background: url(../images/yinhao.png) no-repeat center;
}
.wrap-speech .speech p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    text-indent: 2em;
}
@media (max-width: 767px)
{
    .wrap-speech .speech p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-jobs .jobs
{
    padding-bottom: 60px;

    border-bottom: 1px solid #dfdfdf;
}
.wrap-jobs .title-jobs h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #1f325d;
}
@media (max-width: 991px)
{
    .wrap-jobs .title-jobs h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .title-jobs h2
    {
        font-size: 22px;
    }
}
.wrap-jobs .xinzi
{
    margin-top: 30px;
}
.wrap-jobs .xinzi img
{
    max-width: 80%;
}
@media(max-width:767px){
	.wrap-jobs .xinzi img
	{
	    max-width: 100%;
	}
}
.wrap-jobs .peixun
{
    margin-top: 30px;
}
.wrap-jobs .peixun p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #1f325d;
}
@media (max-width: 767px)
{
    .wrap-jobs .peixun p
    {
        font-size: 14px;
    }
}
.wrap-jobs .peixun .list .item
{
    position: relative;

    margin-top: 30px;
    padding-left: 70px;

    color: #1f325d;
}
.wrap-jobs .peixun .list .item .picon
{
    position: absolute;
    left: 0;

    width: 50px;
}
.wrap-jobs .peixun .list .item .picon img
{
    width: 100%;
}
.wrap-jobs .peixun .list .item p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-jobs .peixun .list .item p
    {
        font-size: 14px;
    }
}
.wrap-jobs .chengpin
{
    margin-top: 60px;
}
.wrap-jobs .chengpin .info
{
    font-size: 0;

    margin-top: 30px;
}
.wrap-jobs .chengpin .info .pic,
.wrap-jobs .chengpin .info .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-jobs .chengpin .info .pic
{
    width: 64%;
}
@media (max-width: 991px)
{
    .wrap-jobs .chengpin .info .pic
    {
        width: 100%;
    }
}
.wrap-jobs .chengpin .info .pic img
{
    max-width: 80%;
}
@media(max-width:767px){
	.wrap-jobs .chengpin .info .pic img
	{
	    max-width: 100%;
	}
}
.wrap-jobs .chengpin .info .text
{
    width: 36%;
}
@media (max-width: 991px)
{
    .wrap-jobs .chengpin .info .text
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-jobs .chengpin .info .text span
{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;

    display: inline-block;

    min-width: 210px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #1f325d;
}
@media (max-width: 767px)
{
    .wrap-jobs .chengpin .info .text span
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.wrap-jobs .chengpin .info .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #1f325d;
}
@media (max-width: 767px)
{
    .wrap-jobs .chengpin .info .text p
    {
        font-size: 16px;
    }
}
.wrap-jobs .chengpin .info .text a:hover
{
    text-decoration: underline;
}
.wrap-development .development
{
    overflow: hidden;
}
.wrap-development .development .info ul
{
    position: relative;

    overflow: hidden;

    margin-top: 4px;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul
    {
        padding-top: 0;
        padding-left: 10px;
    }
}
.wrap-development .development .info ul li
{
    width: 50%;
    margin-left: 50%;

    list-style: none;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul li
    {
        width: 100%;
        margin-left: 0;
    }
}
.wrap-development .development .info ul li:nth-child(2n + 1)
{
    margin-left: 0;
}
.wrap-development .development .info ul li .note
{
    width: 100%;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul li .note
    {
        margin-top: 0;
    }
}
.wrap-development .development .info ul li .text
{
    margin-top: 10px;
    padding-bottom: 40px;
}
.wrap-development .development .info ul li .text p
{
    font-size: 13px;
    font-weight: normal;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-development .development .info ul li:nth-child(2n) .note
{
    position: relative;
    left: 0;

    padding-left: 24px;

    text-align: left;

    border-left: 1px dotted #e4e4e4;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul li:nth-child(2n) .note
    {
        padding-left: 20px;
    }
}
.wrap-development .development .info ul li:nth-child(2n) .note::before
{
    position: absolute;
    z-index: 8;
    top: 8px;
    left: -4.5px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border: 1px solid #004da0;
    border-radius: 50%;
    background: #fff;
}
.wrap-development .development .info ul li:nth-child(2n) .note .text
{
    position: relative;
}
.wrap-development .development .info ul li:nth-child(2n + 1) .note
{
    position: relative;
    right: -1px;

    padding-right: 24px;

    text-align: right;

    border-right: 1px dotted #e4e4e4;
    border-left: 0;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul li:nth-child(2n + 1) .note
    {
        right: auto;
        left: -1px;

        margin-top: 0;
        padding-right: 0;
        padding-left: 20px;

        text-align: left;

        border: none;
        border-left: 1px dotted #e4e4e4;
    }
}
.wrap-development .development .info ul li:nth-child(2n + 1) .note::before
{
    position: absolute;
    z-index: 8;
    top: 9px;
    right: -4.5px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border: 1px solid #004da0;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-development .development .info ul li:nth-child(2n + 1) .note::before
    {
        right: auto;
        left: -5px;
    }
}
.wrap-development .development .info ul li:nth-child(2n + 1) .note .text
{
    position: relative;
}
.wrap-development .development .info ul li:first-child .note
{
    padding-top: 60px;
}
.wrap-development .development .info ul li:first-child .note:before
{
    top: 67px;
}
.wrap-development .development .info ul li h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0 0 0 0;

    color: #1f325d;
}

@media(max-width:1470px){
	.wrap-about .about .text{
		padding-right: 30px;
	}
	.wrap-jobs .peixun{
		padding-right: 30px;
	}
}

@media(max-width:991px){
	.wrap-about .about .text{
		padding-right: 0px;
	}
}
.wrap-certificate .honor .col-xs-6:nth-child(1) .item .img-box,
.wrap-certificate .honor .col-xs-6:nth-child(2) .item .img-box,
.wrap-certificate .honor .col-xs-6:nth-child(3) .item .img-box,
.wrap-certificate .honor .col-xs-6:nth-child(4) .item .img-box{
	padding-bottom: 133.846%;
}
.box-about .about .more {
	margin-top: 30px;
}
.box-about .about .more a{
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #1f325d;
	 transition: all .2s;
}
.box-about .about .more a:hover{
	background-color: #f3950e;
}
.wrap-contact .contact ul li .item {
	text-align: center;
}
.wrap-contact .contact ul li .item .note{
	display: inline-block;
	text-align: left;
}